Welcome![Sign In][Sign Up]
Location:
Search - vc html

Search list

[Communicationwebtest

Description: VC中采用HTML实现可配置输入界面的模拟测试通信程序,是我自己做的,已投入使用-VC used HTML configurable input interface simulation testing communication procedures, I do for myself, has been put into use
Platform: | Size: 59964 | Author: 陈勇强 | Hits:

[ActiveX/DCOM/ATLmswordoperator

Description: 使用VC编程来操纵Office。你可以实现诸如:Word文件打印、传送数据到Word文档、发送E-MAIL、自动产生表格、Excel数据统计、圆饼图,直方图显示、自动报表生成、播放幻灯、doc,txt,HTML,rtf文件转换、中文简繁体转换、拼音或笔画排序......只要是Office能够实现的功能,都可以在你写的程序中调用。仔细阅读下面的说明,并下载源文件进行参考,你就可以一步一步地掌握这个技术。祝朋友们学习快乐。-used to manipulate the VC Office. You can achieve such as : Word file and print and transmit data to Word documents, send e-mail to automatically generate tables, Excel data, round pie, histogram display, automatic report generation, players slide, doc, txt, HTML, rtf document conversion, Simplified and Traditional Chinese conversion, Pinyin or stroke Sorting Office ... as long as it is to achieve the function, you can write the procedure call. Carefully read the note below, and download the source document for reference, you can step to master this technology. Zhou Peng faithful happy learning.
Platform: | Size: 260148 | Author: aaa | Hits:

[Firewall-SecurityXfilter1.0

Description: Xfilter 个人防火墙 1.0 源代码说明 开发环境: Windows 2000 开发工具: VC++6.0 主工作区文件: Xfilter.dsw 目录简介 [Common] 保存公用源代码 [lib] HTML格式帮助文件在VC中的调用函数头文件和库文件 [Property] Xfilter.exe 界面程序工程 [Release] 编译后程序存放目录 [TcpIpDog] Xfilter.dll Winsock 2 SPI截包工程-Xfilter personal firewall Xfilter Personal Firewall 1.0 source code development environment Note : Windows 2000 development tools : VC 6.0 main work area documents : Xfilter.dsw Contents Introduction [Common] to preserve the common source code [lib] HTML help files in VC the function call header files and libraries [Property] Xfilter.exe interface process engineering [Release] compiled stored procedures Contents [TcpIpDog] Xfilter.dll Winsock 2 SPI closed turnkey projects
Platform: | Size: 236332 | Author: 喻佑华 | Hits:

[File OperateHTMLLog

Description: 一种实现实时记录操作log文件,以html方式保存,方便用户查看。利用VC++6.0在Win XP 下实现.-a real-time recording log documents to html kept, user-friendly look. VC 6.0 Win XP achieve.
Platform: | Size: 32907 | Author: dd | Hits:

[Other用Visual C++打造IE浏览器

Description: 此为本人期末的课程设计VC设计:浏览器程序设计。注:本源码用Word文档存放。 简介内容:随着互联网在世界范围的广泛应用,WWW(World Wide Web,万维网)也日益成为互联网上信息交流不可缺少的工具。它是一种以HTTP(HyperText Tranfer Protocol,超文本传输协议)为基础,使用HTML(HypeText Markup Language,超文本标记语言)编写的有若干Web网页构筑而成的世界。 本课程设计要求设计类似于微软的IE浏览器,具备一个浏览器的基本功能,可以完成网上冲浪的任务。 设计 Visual C++为我们提供了一个ChtmlView类,有了它。可以很方便地设计浏览器。-this as the end of the course design VC Design : browser program design. Note : This source used Word documents stored. Introduction : As the Internet in a wide range of applications worldwide, WWW (World Wide Web, the World Wide Web) has increasingly become the exchange of information on the Internet an indispensable tool. It is a form HTTP (HyperText Tranfer Protocol, Hypertext Transfer Protocol) based on the use of HTML (HypeText Markup Language, HTML) prepared in a number of Web pages built by the world. The curriculum design requirements similar to the design of Microsoft's Internet Explorer, a browser with the basic functions can be completed online surfing tasks. Design Visual C offers us a ChtmlView category, it has. It is easy to design browser.
Platform: | Size: 11563 | Author: 何浩 | Hits:

[SourceCode驱动开发

Description: 驱动开发环境搭建vs6.0+ddk 2600+windows xp+Driver Studio 3.2 2010-07-07 09:35 驱动开发环境之Windows XP DDK2600,VC++ 6.0, Driver Studio 3.2 神秘的驱动开发,神秘的WINDOWS内核,是什么把这些搞得这么神秘呢? 搭Windows驱动开发平台. 要安装的东西都有这些:在Windows XP的基础上,先装上VC++6.0,再装DDK2600(也就是DDK的XP版),最后装 Driver Studio 3.2。 1.首先装VC++ 6.0, 要装VC++6.0那是因为这个IDE式的环境你已经很熟悉,编译和连接的时候不要用各种命令行的命令,只要鼠标点点,就可以(当然啦,一些参数还是要填的)。具体怎么装我就不介绍了。 2.安装XP系统的DDK, DDK全称是叫Driver Development Kit,它提供4种驱动程序的编译环境,我们这种初学者一般是选Win XP Checked Build Enviorment。 ftp://202.113.29.4/ISO/M$/WinDDK/winxp_ddk.rar 这个是下载地址,我写这篇文章的时候这个链接还是通的,不知你看的时候通不通了,如果不通你可以联系我,我可以发给你。 安装的时候就没什么特别要注意的地方,唯一要记得的是记住要完整安装,把那些什么Samples全装上,对于我们这些初学者会很有用的。 3.安装Driver Studio, DriverStudio 是一套用来简化微软Windows 平台下设备驱动程序的开发,调试和测试的工具包。 对于学过Windows 编程的人我可以打个形象的比喻: DriverStudio中的DriverWorks,本质是“DDK类库”,使用C++类库封装的方法简化了NT Driver或者WDM驱动程序的开发,使用DriverWorks代替DDK开发,类似于使用MFC代替SDK开发Windows应用程序。 http://download2.77169.com/soft/Source/debug/200801/20071229SoftICExlDS3.2.1.zip 这个是下载地址。这个需要序列号和注册文件: http://www.4x4y.com/10257_CrackDown_Compuware.DriverStudio.v3.2.iNTERNAL.html 这个是序列号生成器和注册文件打包下载的地址。 2.安装和配置   软件的安装顺序:Windows XP --> VC6.0 --> WinXP_DDK -> DriverStudio3.2,如果顺序装错了,那么把DriverStudio3.2删除再重装就OK了。从网上找到库文件ntstrsafe.lib+csq.lib.rar,把解压出来的两个库文件拷贝到WinXP_DDK的安装目录下的库目录中(我的是C:WINDDK2600libwxpi386)。启动vc6,然后进行简单的配置:菜单DriverStudio菜单下的DDK Build Settings,在弹出的对话框中选择已经安装的DDK目录(比如我的是C:WINDDK2600),在Windows DDK compiler Options中选择"Enable only for Driver Studio"。 VC6.0-->Tools-->Options,点击"Directories"选项卡: 1)"“Show directories for:"下选择Include files,然后检查有没有包含ddk的头文件目录(我的是C:WINDDK2600incwxp),如果没有则加上; 2)"“Show directories for:"下选择Library files,然后检查有没有包含ddk的库文件目录(我的是C:WINDDK2600libwxpi386),如果没有则加上;    注意:安装DDK时一定要把例子安装(建议你安装全部的模块),否则编译vdwlibs.dsw时会报如下的错: vdw_wdm.lib - 1 error(s), 0 warning(s) 然后打开引起错误的文件,发现: #error The file is from the DDK at srcwdmhidinc. Install DDK HID samples to install hidport.h. Or update INCLUDE path for hidport.h in the DDK! 这表明安装WinXP_DDK的时候没有安装实例。 3.编译适合本机使用的库文件   (1).启动VC6.0。开始-->所有程序-->Compuware DriveStudio-->Develop-->DDK Building Settings,确保“DDK Root Directory”下方的内容是ddk的安装目录(比如我的是C:WINDDK2600),然后点击下方的"Luanch Program"正式启动vc6的开发环境。   (2).进入菜单File-->Open Workspace(打开位于DriverStudio3.2安装目录的DriverWorksSourcevdwlibs.dsw)-->进入菜单Build-->batch Build,点击“Select x86"按钮只选中全部的32位库(我的电脑是32位的。注意:对于32位的电脑一定不要选中64位的库,否则后面编译会出错)-->点击按钮"Rebuild AlL”开始编译。   注:如果出现无法打开文件这类的错误,一般都是DDK Build Settings指向不对,或安装顺序有误,或者你在32位机器上选中了64位库。 4.编译一个DriverStudio自带的实例   (1)"启动vc6,点击菜单File-->Open Workspace,打开项目文件C:Program FilesCompuwareDriverStudioDriverWorksExampleswdmhellowdmHelloWdm.dsw,然后编译,如果没有报错,那说明安装和配置成功。但请你别高兴的太早,开发环境安装配置成功只是万里长城的第一步,剩下的你就是要理解驱动模块的架构和具体的代码编写了。 5.使用Driver wizard生成驱动程序框架   (1).在VC6.0的界面下,点击菜单DriverStudio-->Driver wizard,此后系统会一步一步引导你完成设置,最后自动生产的驱动程序框架。   (2).设置好后将生成驱动文件,然后用VC6.0进行编译:进行Build菜单,Rebuild AlL将生成.sys文件,说明驱动模块编译成功!   注:如果出现无法打开ntstrsafe.lib的错误,说明系统缺少这个库文件,参照上面的方法补上这个库文件,或者进入菜单Project-->Settings,鼠标点击左边方框里的最上面一行,然后右边"Project Option"下的ntstrsafe.lib并删除它。 本文是转来的,经过我的验证可以搭建成功。有些软件下载可能需要到其他地方下载。希望各位开发的兄弟姐妹Enjoy yourself.
Platform: | Size: 64512 | Author: cdliqu@163.com | Hits:

[ISAPI-IEAboutHtml2

Description: VC知识库《在线杂志》第六期有一篇文章“VC6中使用CHtmlView在对话框控制中显示HTML文件”,很多读者来信说很喜欢这种功能。但是美中不足的是在对话框的HTML页面上单击鼠标右键会弹出上下文菜单。从而可以象在IE中那样看到页面的源代码。为了防止用户查看HTML代码,有人尝试过在CHtmlCtrl派生的窗口中重载WM_CONTEXTMENU,或者在CHtmlView以及CHtmlCtrl类中禁用右键的上下文菜单和弹出式菜单,这两个方法都没有成功。那么如何禁用HTML的这个上下文菜单呢? 本文就针对这个问题用不同的方法来完善上次的程序。-VC knowledge base "online magazine" is a sixth article "VC6 use CHtmlView control in the dialog box display HTML document," said the letter from the many readers liked function. But it is regrettable that the dialog in HTML pages on the right-click context menu will pop. Thus, as in IE did see page source code. To prevent the user to view the HTML code, it was tried in CHtmlCtrl derived heavy WM_CONTEXTMENU window, or CHtmlView class and CHtmlCtrl banned right in the context menu and pop-up menus, the two methods have not been successful. So how to disable HTML in the context menu? Paper addressing the problem in different ways to improve the previous procedures.
Platform: | Size: 851968 | Author: 唐文 | Hits:

[Communicationwebtest

Description: VC中采用HTML实现可配置输入界面的模拟测试通信程序,是我自己做的,已投入使用-VC used HTML configurable input interface simulation testing communication procedures, I do for myself, has been put into use
Platform: | Size: 59392 | Author: 陈勇强 | Hits:

[ELanguagecscanner

Description: 一个使用Lex编写的C语言词法加亮的小程序。能将指定的C源程序进行词法加亮,并以HTML文件的格式输出。 由Lex的C语言词法分析程序,然后使用VC编译,内附较详细的使用说明。-Lex prepared to use a C-plus morphology of small programs. Can designated source for the C-plus morphology, and the HTML file format. Lex from the C language lexical analysis procedure and then use the VC compiler, enclosing a more detailed usage instructions.
Platform: | Size: 104448 | Author: 陈凯 | Hits:

[GDI-Bitmap088x_casestudy_html

Description: 在VC6.0中利用GDI+处理图形图象中的简单绘图-in VC6.0 use GDI graphics image processing simple drawings
Platform: | Size: 650240 | Author: 李欣 | Hits:

[OpenGL programOpenGL_ActiveX

Description: opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。 glut库的安装 目前的glut库是glut-3.7.6.包含glut.h,glut32.lib,glut32.dll 把glut.h放到 vc的include目录中 把glut32.lib放到vc的lib目录中 把glut32.dll放到system32下 对于vs.net include和lib在..\vc7\platformSDK下 -opengl A powerful as the 3D API, playing up speed, high efficiency. We can realize their 3 D world. The procedures for the use of the glut (download to http :// www.xmission.com/ ~ nate/glut.html) He not only includes gl.h, glu.h glaux.h also expanded some other senior function. So in our future proceedings, just include glut.h headers. Implementation details please download the source code, programming opengl familiar friends can see from the code, AX in achieving opengl application with the ordinary procedure is the same. Glut for the installation of the current glut is the glut- 3.7.6. Glut.h included, glut32.lib. glut32.dll put into vc glut.h include the directory put glut32. vc lib into the lib directory put into system32 under glut32.dll for vs . net include and lib in .. \ vc7
Platform: | Size: 132096 | Author: xian | Hits:

[OS DevelopMyIE_Code

Description: 1.MyIE开源工程协议 MyIE开源工程遵循GNU通用公共许可证GPL(GNU General Public License)开发,任何人都可以永久免费安装使用,在你下载和使用MyIE源代码前,请阅读并同意这个许可(http://www.gnu.org/copyleft/gpl.html),中文版本(http://www.morequick.com/down/gpl_chs.htm). 2.工程编译提示 如果你使用的是VC++6,你需要更新2个头文件,请从这里下载: http://www.morequick.com/down/hfile.zip,然后将2个头文件"tlogstg.h" 和 "exdisp.h"放到VC++的头文件目录,如: "C:\Program Files\Microsoft Visual Studio\VC98\Include". -1.MyIE revenue agreement revenue engine works to follow the terms of the GNU General Public License GPL ( GNU General Public License) development, Anyone can install permanent free use, you download and use the engine source code, Please read and agree with the permission (http :// www.gnu.org/copyleft/gpl.html). Chinese version (http :// www.morequick.com/down/gpl_chs.htm). 2. If the compiler works suggest you use the VC 6, you need to update two header file, please download here : http :// www.morequick.com/down/hfile.zip. Then two header file, "tlogstg.h" and "exdisp.h" has been transformed into the first VC directory , such as : "C : \ Program Files \ Microsoft Visual Studio \ VC98 \ Include. "
Platform: | Size: 385024 | Author: hhh | Hits:

[Internet-Networkhtmlhelp

Description: 一个Html文件帮助等,对VC等学习有很大的帮助-a document to help, such as learning to VC will be very helpful
Platform: | Size: 237568 | Author: jines | Hits:

[Search EngineSearchEngineCore

Description: 搜索引挚内核 SearchKernel.ocx控件被加载过10万个以上不同地址,通过了稳定性测试. 在VC, VB, Office, Web页上分别测试通过. SeKel.h是控件的接口说明. test目录中是控制的调用源代码. 控件内置多线程下载. 内置html完全解释.(解释了90%左右html脚本, 容错控制采用仿ie的技术) 内置javascrip有限解释.(解释了基本循环, 字符操作运算和整型运算) 内置正文分析的分解.(只仅中文简体) 后三项可以关掉, 采用第三方技术.-Search engines are loaded kernel SearchKernel.ocx control over more than 100,000 different addresses, the adoption of a tilt test. In VC, VB, Office, Web page, respectively, passed the test. SeKel.h is the control interface description. Test directory is called source code control. controls built multi-threaded download. built-html fully explain. (explains about 90 html script, fault-tolerant control using imitation ie the technology) built javascrip limited explanation. (explains the basic cycle of operation of computing characters and integer operations) built-in analysis of decomposition of the body. (only Simplified Chinese only) can be switched off after the three, using third-party technology.
Platform: | Size: 59392 | Author: xieds | Hits:

[J2ME070105111827

Description: 提供给JAVA入门者,免費下载PPT和源码 很多网友问我学习Java有没有什么捷径,我说“无他,唯手熟尔”。但是我却很愿意将自己学习的一些经验写出来,以便后来者少走弯路,帮助别人是最大的快乐嘛!   要想学好Java,首先要知道Java的大致分类。我们知道,自从Sun推出Java以来,就力图使之无所不包,所以Java发展到现在,按应用来分主要分为三大块:J2SE,J2ME和J2EE,这也就是Sun ONE(Open Net Environment)体系。J2SE就是Java2的标准版,主要用于桌面应用软件的编程;J2ME主要应用于嵌入是系统开发,如手机和PDA的编程;J2EE是Java2的企业版,主要用于分布式的网络程序的开发,如电子商务网站和ERP系统。J2SE开发桌面应用软件比起VC,VB,DELPHI这些传统开发语言来说,优势好象并不明显。J2ME对于初学者来说,好象又有点深奥,而且一般开发者很难有开发环境。所以现在应用最广泛又最好学的就是J2EE了。J2EE又包括许多组件,如JSP,Servlet,JavaBean,EJB,JDBC,JavaMail等。要学习起来可不是一两天的事。   那么又该如何学习J2EE呢?当然Java语法得先看一看的,I/O包,Util包,Lang包你都熟悉了吗?然后再从JSP学起。如果你学过HTML,那么事情要好办的多,如果没有,那你快去补一补HTML基础吧。其
Platform: | Size: 445440 | Author: 智慧男孩 | Hits:

[IME Developbm

Description: 说明: tm.txt =>输入法原始编码表例子 码表即字典:应按小=>大排序 bm.zip =>输入法码表建立源程序 ime.zip=>IME输入法源程序 tminstall.zip=>安装输入法源程序 imm.h multimon.h winhtml.zip=>VC下的HTML编译库 请将imm.h和multimon.h拷贝到vc++下的include目录下 用户应在readmb函数中加入自己的码表读取功能 -Description: tm.txt => input method to the original encoding table code table that is a dictionary example: should be small => large sort bm.zip => input method to establish source code table ime.zip => IME input method source tminstall.zip => install the source code input method imm.h multimon.h winhtml.zip => VC Treasury under the HTML compiler multimon.h Please imm.h and copied to the vc++ under the include directory under the user should be readmb function add your own code table reading
Platform: | Size: 8192 | Author: kuangxue | Hits:

[ActiveX/DCOM/ATL2007100802

Description: 用VC开发ACTIVEX,本书为html、配图,阅读摘录方便。-VC development with ACTIVEX, this book for the html, with maps, easy to read excerpts.
Platform: | Size: 2894848 | Author: pj | Hits:

[WEB CodeGetMainContent

Description: VC++6.0编写的内容提取程序,虽然可以提取内容,但是没有进行内容分析和HTML代码过滤,但是提供了一些思想-VC++ 6.0 extraction procedure to prepare the content, although content can be extracted, but no HTML code content analysis and filtering, but provides some ideas
Platform: | Size: 16384 | Author: voodooq | Hits:

[WEB Codeqinhuadaxue_c_programedesign

Description: 清华大学出品的html格式的vc学习教程 条理清晰非常详细-Tsing huaUniversity, produced the html format vc study the clarity of a very detailed tutorial
Platform: | Size: 10206208 | Author: Anlai | Hits:

[OS programvc_excel_webBrowser

Description: 一个vc操作excel表,并且写html文件让webBrowser显示出来的代码。可以适应excel表结构变动的情况。详细请看Debug下的数据.xsl-Vc operation of a excel sheet and write html file so that the code displayed webBrowser. Excel can adapt to changes in table structure. See detailed Debug Data. Xsl
Platform: | Size: 177152 | Author: 赵久文 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 »

CodeBus www.codebus.net